feat: add generated aztec-vm-sim package setup#23084
Conversation
edd565a to
8c3b744
Compare
40f01c8 to
b06f6b1
Compare
8c3b744 to
2d519b5
Compare
67d3c6c to
d904a74
Compare
39287d6 to
b07d757
Compare
b07d757 to
9e78217
Compare
0d58c3e to
679c622
Compare
479d6a6 to
6867e96
Compare
bedd8b6 to
d886c60
Compare
389063c to
99d5f60
Compare
d886c60 to
46639a1
Compare
99d5f60 to
68071f7
Compare
e5e6200 to
e441fa4
Compare
3a9289a to
6042327
Compare
6042327 to
14392b8
Compare
e441fa4 to
96f42ca
Compare
96f42ca to
ace5b21
Compare
011106a to
f46984b
Compare
ace5b21 to
62d51d9
Compare
62d51d9 to
cfc6ad9
Compare
|
Caution Review the following alerts detected in dependencies. According to your organization's Security Policy, you must resolve all "Block" alerts before proceeding. It is recommended to resolve "Warn" alerts too. Learn more about Socket for GitHub.
|
Summary
Adds the standalone
aztec-vm-simC++ binary and generated TypeScript package infrastructure that the AVM cutover PR consumes.This PR is intentionally mostly inert for
yarn-project: it creates the binary/package/release plumbing, but does not switch the simulator call sites away from the existing path. The cutover happens in #23697.Stack
cl/ipc-foundationcl/ipc-wsdb-migratecl/ipc-bb-migratecl/ipc-bb-rs-migratecl/ipc-bb-js-migratecl/ipc-3-avm-wsdb-cutovercl/ipc-4-avm-binary— this PRcl/ipc-5-avm-cutoverWhat changes
C++
barretenberg/cpp/src/barretenberg/avm/with theaztec-vm-simservice binary.barretenberg/cpp/src/barretenberg/cdb/with the CDB schema and generated-client support used by the AVM service to call back into TypeScript-hosted contract data.TypeScript packages
barretenberg/ts/bb.js, sobarretenberg/tscan own multiple packages.@aztec/aztec-vm-simpackage that follows the wrapper + arch-package pattern used elsewhere in the IPC stack.Build plumbing
Validation
Validated while restacking this branch and the cutover branch above it:
make aztec-vm-simcmake --build build --target aztec-vm-sim nodejs_modulefrombarretenberg/cppyarn buildfromyarn-project